From 388348ae1f4f133db31941c821ab9496d26997d4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 Jun 1993 16:44:35 +0000 Subject: [PATCH] Doc fixes. --- lisp/mail/rmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 77aac751067..a40351c359c 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -56,7 +56,7 @@ ;;;###autoload (defvar rmail-dont-reply-to-names nil "\ *A regexp specifying names to prune of reply to messages. -nil means dont reply to yourself.") +A value of nil means exclude your own name only.") ;;;###autoload (defvar rmail-default-dont-reply-to-names "info-" "\ @@ -64,7 +64,7 @@ A regular expression specifying part of the value of the default value of the variable `rmail-dont-reply-to-names', for when the user does not set `rmail-dont-reply-to-names' explicitly. (The other part of the default value is the user's name.) -It is useful to set this variable in the site customisation file.") +It is useful to set this variable in the site customization file.") ;;;###autoload (defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^message-id:\\|^summary-line:" "\ -- 2.30.2